local console = Instance.new("Part") console.Name = "Console" console.Parent = owner.Character console.CFrame = owner.Character.HumanoidRootPart.CFrame*CFrame.new(Vector3.new(0,0,-5)) console.Orientation = Vector3.new(-10, owner.Character.HumanoidRootPart.Orientation.Y, owner.Character.HumanoidRootPart.Orientation.Z) console.Position = console.Position + Vector3.new(0,1,0) console.Transparency = 1 console.Size = Vector3.new(10, 7.5, 0.0010000000474974513) console.BottomSurface = Enum.SurfaceType.Smooth console.BrickColor = BrickColor.new("Toothpaste") console.Material = Enum.Material.SmoothPlastic console.TopSurface = Enum.SurfaceType.Smooth console.Anchored = true console.CanCollide = false console.CanQuery = true console.CanTouch = false local naeeym2 = Instance.new("SurfaceGui",console) naeeym2.Adornee = console naeeym2.Name = "TalkingBillBoard" naeeym2.Face = Enum.NormalId.Back naeeym2.LightInfluence = 0 local ScrollingFrame1 = Instance.new("ScrollingFrame", naeeym2) ScrollingFrame1.Parent = naeeym2 ScrollingFrame1.Size = UDim2.new(1, 0, 1, 0) ScrollingFrame1.Active = true ScrollingFrame1.BackgroundColor = BrickColor.new("Institutional white") ScrollingFrame1.BackgroundColor3 = Color3.new(0, 1, 1) ScrollingFrame1.BackgroundTransparency = 0.5 local tecks2 = Instance.new("TextLabel",ScrollingFrame1) tecks2.Size = UDim2.new(1, 0, 1, 0) tecks2.Position = UDim2.new(0, 10, 0, 5) tecks2.Text = "SYSTEM: Welcome, "..owner.Name.."." tecks2.TextScaled = false tecks2.BackgroundColor3 = Color3.new(0,1,1) tecks2.BackgroundTransparency = 1 tecks2.BorderSizePixel = 0 tecks2.TextColor3 = Color3.new(1, 1, 0) tecks2.TextStrokeTransparency = 0 tecks2.TextSize = 25 tecks2.Font = Enum.Font.Code tecks2.TextXAlignment = Enum.TextXAlignment.Left tecks2.TextYAlignment = Enum.TextYAlignment.Top ScreenGui0 = Instance.new("ScreenGui") TextBox1 = Instance.new("TextBox") TextButton2 = Instance.new("TextButton") ScreenGui0.Parent = owner.PlayerGui ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui0.Name = "ConsoleGui" TextBox1.Parent = ScreenGui0 TextBox1.Position = UDim2.new(0.7,0,0.5,0) TextBox1.Size = UDim2.new(0.3,0,0.4,0) TextBox1.BackgroundColor = BrickColor.new("Toothpaste") TextBox1.BackgroundColor3 = Color3.new(0, 1, 1) TextBox1.BackgroundTransparency = 0.5 TextBox1.Font = Enum.Font.SourceSans TextBox1.FontSize = Enum.FontSize.Size10 TextBox1.Text = "" TextBox1.TextColor = BrickColor.new("Institutional white") TextBox1.TextColor3 = Color3.new(1, 1, 1) TextBox1.TextSize = 15 TextBox1.TextStrokeTransparency = 0 TextBox1.TextXAlignment = Enum.TextXAlignment.Left TextBox1.TextYAlignment = Enum.TextYAlignment.Top TextButton2.Parent = ScreenGui0 TextButton2.Position = UDim2.new(0.7,0,0.9,0) TextButton2.Size = UDim2.new(0.3,0,0.1,0) TextButton2.BackgroundColor = BrickColor.new("Toothpaste") TextButton2.BackgroundColor3 = Color3.new(0, 1, 1) TextButton2.BackgroundTransparency = 0.5 TextButton2.Font = Enum.Font.SourceSans TextButton2.FontSize = Enum.FontSize.Size14 TextButton2.Text = "Execute" TextButton2.TextColor = BrickColor.new("Really black") TextButton2.TextColor3 = Color3.new(0, 0, 0) TextButton2.TextSize = 14 game:GetService("RunService").Heartbeat:Connect(function() console.CFrame = owner.Character.HumanoidRootPart.CFrame*CFrame.new(Vector3.new(0,0,-5)) console.Orientation = Vector3.new(-10, owner.Character.HumanoidRootPart.Orientation.Y, owner.Character.HumanoidRootPart.Orientation.Z) console.Position = console.Position + Vector3.new(0,1,0) wait() end) NLS([[ local console = owner.Character.Console game:GetService("RunService").Heartbeat:Connect(function() console.CFrame = owner.Character.HumanoidRootPart.CFrame*CFrame.new(Vector3.new(0,0,-5)) console.Orientation = Vector3.new(-10, owner.Character.HumanoidRootPart.Orientation.Y, owner.Character.HumanoidRootPart.Orientation.Z) console.Position = console.Position + Vector3.new(0,1,0) wait() end) ]], owner.PlayerGui) local prev = 35 function chatfunc(player, text) local chat = coroutine.wrap(function() local _, count = text:gsub("\n", "") local tecks2 = Instance.new("TextBox",ScrollingFrame1) tecks2.Size = UDim2.new(1, 0, 1, 0) tecks2.Position = UDim2.new(0, 10, 0, prev) prev = prev + 30 tecks2.Text = "> "..text tecks2.TextScaled = false tecks2.BackgroundTransparency = 1 tecks2.BorderSizePixel = 0 tecks2.TextColor3 = Color3.new(255, 255, 255) tecks2.TextStrokeTransparency = 0 tecks2.TextSize = 25 tecks2.Font = Enum.Font.Code tecks2.TextXAlignment = Enum.TextXAlignment.Left tecks2.TextYAlignment = Enum.TextYAlignment.Top if count > 0 then prev = prev + (30 * (count - 1)) end _G.youalreadyknowwhoitis = text NS([[ local sidekick = Instance.new("BindableEvent", owner.Character) sidekick.Name = "Sidekick" local success, error = pcall(function() return loadstring(_G.youalreadyknowwhoitis)() end) if yes then print("good") sidekick:Fire("good") else print(error) sidekick:Fire(error) end ]], owner.Character) end) chat() end local buttonevent = Instance.new("RemoteEvent", owner.Character) buttonevent.Name = "ButtonEvent" buttonevent.OnServerEvent:Connect(chatfunc) NLS([[ local event = owner.Character.ButtonEvent local ScrTxt = script.Parent.ConsoleGui.TextBox local Button = script.Parent.ConsoleGui.TextButton Button.MouseButton1Click:Connect(function() event:FireServer(ScrTxt.Text) end) ]], owner.PlayerGui) owner.Character.ChildAdded:Connect(function(child) if child:IsA("BindableEvent") then child.Event:Connect(function(info) if info then local tecks2 = Instance.new("TextBox",ScrollingFrame1) tecks2.Size = UDim2.new(1, 0, 1, 0) tecks2.Position = UDim2.new(0, 10, 0, prev) prev = prev + 30 tecks2.Text = info tecks2.TextScaled = false tecks2.BackgroundTransparency = 1 tecks2.BorderSizePixel = 0 tecks2.TextColor3 = Color3.new(1, 0, 0) tecks2.TextStrokeTransparency = 0 tecks2.TextSize = 25 tecks2.Font = Enum.Font.Code tecks2.TextXAlignment = Enum.TextXAlignment.Left tecks2.TextYAlignment = Enum.TextYAlignment.Top else local tecks2 = Instance.new("TextBox",ScrollingFrame1) tecks2.Size = UDim2.new(1, 0, 1, 0) tecks2.Position = UDim2.new(0, 10, 0, prev) prev = prev + 30 tecks2.Text = "SYSTEM: Successfully ran!" tecks2.TextScaled = false tecks2.BackgroundTransparency = 1 tecks2.BorderSizePixel = 0 tecks2.TextColor3 = Color3.new(1, 1, 0) tecks2.TextStrokeTransparency = 0 tecks2.TextSize = 25 tecks2.Font = Enum.Font.Code tecks2.TextXAlignment = Enum.TextXAlignment.Left tecks2.TextYAlignment = Enum.TextYAlignment.Top end end) end end) owner.Character.Humanoid.Died:Connect(function() ScreenGui0:Destroy() end)